←Select platform

Clone<T> Method

Summary

Perform a deep Copy of the object.

Syntax

C#
VB
C++
public static T Clone<T>( 
   T source 
) 
  
Public Shared Function Clone(Of T)( _ 
   ByVal source As T _ 
) As T 
public: 
static _T^_ Clonegeneric<typename T> 
(  
   _T^_ source 
)  

Parameters

source
The object instance to copy.

Type Parameters

T
The type of object being copied.

Return Value

The copied object.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly